Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 08:05 #26386

    Hi,

    Edit this product.
    Go to Page Options and find the Sidebar Setting under page options.

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 07:55 #26385

    Hi,

    Sorry, that’s not possible to add video in boostrap slider.
    There is also no option to replace slider with a video.

    You will need this premium plugin, if you need a video in slider.
    http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246

    Thank you

    In reply to Tabs icon
    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 07:42 #26384

    Hi,

    Add the following before your title.

    <i class='fa fa-twitter'></i>

    This will add twitter icon.

    Refer to the following for list of icons. Some may not work with Evolve+ Theme.
    https://fortawesome.github.io/Font-Awesome/icons/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 07:37 #26383

    Hi,

    Please provide URL to your toggles.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 06:16 #26382

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 06:13 #26381

    Hi,

    Internal server error is a generic server error message.
    https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#500

    It does not provide any clue as to what went wrong.
    You will have to contact your web hosting company.
    Ask them to help identify the issue.

    The following are some related articles, if you are interested to understand more.
    https://mediatemple.net/community/products/dv/204644990/why-am-i-getting-a-500-internal-server-error-message
    http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/

    Thank you
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 06:06 #26380

    Hi,

    Please try the following.

    .tax-product_cat .page-title-captions {
    display: none !important;
    }
    .tax-product_cat .breadcrumbs {
    left: 20px !important;
    position: relative;
    text-align: left !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 05:56 #26379

    Hi,

    WordPress plugins will use wp_mail function to post email notification.
    This wp_mail function will need PHP mail function to work.

    It will work if your web hosting company allows PHP mail function.
    In this case, your web hosting must have disallowed it, or maybe they have a specific set of requirements for web form.

    If they only allows SMTP mail, you will have to get the setting details from them.

    Use this plugin, you will be able to reconfigure the wp_mail function to use SMTP instead of PHP mail

    WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin

    By the way, Please check that you mails are not caught as spam on mail server or desktop mail client, before proceeding to use the above plugin.

    Thank you

    In reply to Social icon
    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 05:49 #26378

    You are welcome!

    Glad you managed to get it working for you.

    Have a nice weekend!

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    09.04.2016 at 05:32 #26376

    Hi,

    On your shortcode. You need to set icons_boxed="yes" so that the icons are boxed and the boxed colors are changed. For example.

    Thank you